home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / msconst.rc < prev    next >
Text File  |  1999-07-19  |  1KB  |  30 lines

  1. #include "msconst.pas"
  2.  
  3. STRINGTABLE
  4. {
  5.  
  6.   msSSenderRequired, "The address of sender is required"
  7.   msSRecipientRequired, "At least one Recipient, CC or BCC must be entered"
  8.   msSMailMessageRequired, "MailMessage property must be assigned"
  9.   msSUserNameRequired, "UserName property is required"
  10.   msSPasswordRequired, "Password property is required"
  11.   msSIDsDiffer, "IDs are different"
  12.  
  13.   msSMIMEExplanation, "This is a multipart message in MIME format"
  14.  
  15.   msSUnableToRetrieveHeaders, "Unable to retrieve headers"
  16.   msSMissingContentType, "Missing required field: Content-Type"
  17.   msSMissingClosingBoundary, "Cannot find closing boundary"
  18.   msSMissingBoundary, "Cannot find boundary"
  19.   msSErrorDecoding, "Error decoding the attachment"
  20.  
  21.   msSFileNameBlank, "Unable to execute attachment #%d\nbecause file name is blank"
  22.   msSShellExecFailed, "Error executing ShellExec.  Error code %d"
  23.   msSArticleRequired, "Article property must be assigned"
  24.   msSNewsGroupRequired, "Newsgroup header is required"
  25.   msSSubjectRequired, "Subject header is required"
  26.   msSNewsGroupNotSelected, "Newsgroup has not been selected"
  27.   msSBadArticleNumber, "Article number is not in valid range"
  28.  
  29. }
  30.